home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / EDIIN122.ARJ / INSTALL.INF < prev    next >
INI File  |  1992-02-28  |  1KB  |  48 lines

  1. ; EDI Install V1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application] 
  6. ; Application information
  7. Name=EDI Install
  8. Title=EDI Install - Installation
  9. Directory=C:\WINDOWS\INSTALL.EDI
  10. PM Group=EDI Install
  11. Free Space=128
  12.  
  13.  
  14. [Disks] 
  15. ;List of disks needed.  Names are used for user request.  They
  16. ;do not need to be the disk's label.
  17. 1=EDI Install Disk
  18.  
  19.  
  20. [Directories] 
  21. ;lists of directories that must be created from the destination directory 
  22. ;files to be copied are in the same directory structure on the 
  23. ;floppy (by default) 
  24. 1=.
  25.  
  26.  
  27. [Files] 
  28. ;description, name, (dir #), (diskette #), (Compressed)
  29. ReadMe text file=README.TXT        1 1 N
  30.  
  31. EDI Install=INSTALL.EXE            1 1 N
  32. Install Info=INSTALL.INF           1 1 N
  33. Install Manual=INSTALL.WRI         1 1 N
  34. Order form=ORDRFORM.TXT            1 1 N
  35. WinCLI Pro Info=WINCLI.WRI         1 1 N
  36.  
  37.  
  38. [PM Group]
  39. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  40. ;Use "%s" (without the quotes) to specify the files path.  Do't forget the "\"!
  41. ;Enclose command line in quotes (") if it contains any parameters.
  42. ;(EX: "WRITE.EXE %s\TEXT.WRI" WRITE.EXE 0)
  43.  
  44. EDI Install=%s\INSTALL.EXE %s\INSTALL.EXE 0
  45. Manual="WRITE.EXE %s\INSTALL.WRI" WRITE.EXE 0
  46. Order form="NOTEPAD.EXE %s\ORDRFORM.TXT" NOTEPAD.EXE 0
  47. WinCLI Info="WRITE.EXE %s\WINCLI.WRI" WRITE.EXE 0
  48.